python cd to directory

63

python cd to script directory -

import os

os.chdir(os.path.dirname(__file__))

Comments

Submit
0 Comments